home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / lpc4 / readme < prev   
Text File  |  1994-09-04  |  2KB  |  52 lines

  1. This is what you need to do to install lpc4:
  2.  
  3. 1) Run ./configure, this is a sh script that will generate machine.h and
  4.    Makefile from machine.h.in and Makefile.in
  5.  
  6. 2) edit config.h and Makefile to suit your purposes.
  7.    I've tried to make it so that you don't have to change config.h or
  8.    Makefile very much. If you need to do what you consider 'unnessecary
  9.    changes' then mail me and I'll try to fit it into configure.
  10.    If possible, use gnu make, gcc, gnu sed and bison.
  11.  
  12. 3) Run make.
  13.  
  14. 4) optionally, run 'make verify' to check that the compiled driver works
  15.    as it should (might be a good idea) This can take a little time and use
  16.    quite a lot of memory, because the testprogram is 219 Kb.
  17.  
  18. If you don't have make, try editing and running the sh-script called
  19. 'script' instead.
  20.  
  21. What to do when it doesn't work:
  22. 1) Try again.
  23.  
  24. 2) ./configure relies heavily on sed, if you have several sed in your path
  25.    try another sed. (preferably gnu sed)
  26.  
  27. 3) configure might have done something wrong, check machine.h and report
  28.    any errors back to me.
  29.  
  30. 4) If you try running with my mudlib and it crashes when you try to login
  31.    try to remove the savefile lib/save/players. I've tried to make the
  32.    database stuff portable, but I don't know if I succeded.
  33.  
  34. 5) Try a different compiler, malloc, compiler-compiler and/or make.
  35.    (if you have any other)
  36.  
  37. 6)
  38. If you find a bug in the driver, or have a program that makes the driver dump
  39. core, please report the bug to hubbe@lysator.liu.se and include the following:
  40.  
  41.   o The version of the driver.
  42.   o What kind of system hardware/software you use (OS, compiler, etc.)
  43.   o the piece of code that crashes or bugs.
  44.     (preferably in a lpc4-script with the bug isolated)
  45.   o a description of what it is that bugs and when.
  46.   o if you know how then also give me a backtrace and dump of vital variables
  47.     at the point of crash.
  48.   o or, if you found the error and corrected it, just send me the bugfix along
  49.     with a description of what you did and why.
  50.  
  51.   /Hubbe
  52.